home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / mrcry204.zip / ROOTS.EKA < prev    next >
Text File  |  1991-03-04  |  194b  |  10 lines

  1. ; Demo of ability to find multiple roots.
  2. ; Mercury finds all 6 roots.
  3.  
  4. SIN(x) = .01 x^2
  5.  
  6. ; To see the roots graphically, uncomment the PLOT.
  7. f(x) := SIN(x)
  8. g(x) := .01 x^2
  9. ;PLOT f, g
  10.